home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / menu-new.tar / menu-new / menu / config < prev    next >
Text File  |  1992-07-04  |  2KB  |  36 lines

  1. I have been working on a menuing program that is driven from plain text
  2. files, that I got from gatekeeper (volume 22).  It is slick, powerful,
  3. and easy to use.  Best of all, I didn't write it :-)
  4.  
  5. I am setting it up so that Linux installation and administration
  6. can be done from a menu driven environment.  Aside from reducing 
  7. installation problems, it could also help new users learn "how to"
  8. under Linux, because the commands are all freely viewable as text
  9. files.  Additionally, the install script should be fully reversable
  10. in that it can fully uninstall its software.  Finally, installation
  11. can also install new menus which hook into the menu program!
  12.  
  13. I would like to see this used by the time Linux 1.0 hits the press.
  14. Much of this is basically done already (roughly), and weighs in at
  15. under the 50k range, including the context sensitive help, 
  16. so inclusion on the root disk should not be a problem. But, 
  17. in order to make it work, some concrete decisions need to 
  18. be made.  Off the top of my head, the following:
  19.  
  20. 1 - Create the directory /usr/linux for kernel source code
  21.  
  22. 2 - All software distributed in tar archives that assume untarring from /
  23.  
  24. 3 - All such archives contain a file /usr/install/XXXX.inst (XXXX=some 
  25.     unique name) that can be invoked with no arguments after 
  26.     untarring, to complete the installation, or with the argument
  27.     "remove", to remove the package.
  28.  
  29. 4 - Modify fdisk to allow using single commands from command line,
  30.     to allow simplified hard disk setup.
  31.  
  32.  
  33. Since I don't wish to get involved in yet another flame war, I 
  34. thought I would pass this by you three first, since you are the keepers
  35. of the biggest components, and solicit your opinions.
  36.